ItemFormatter Property (ErrorBar<T>)
In This Topic
Gets or sets the itemFormatter client-side function name for specific series
Syntax
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property ItemFormatter As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public string ItemFormatter {get; set;}
See Also